home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / ExcellenceV3.1_d1.adf / Utilities / ram->doctools.ex < prev    next >
Text File  |  1993-06-19  |  331b  |  13 lines

  1. echo "Dictionary copied to RAM."
  2. echo "Warning: remove any international disks if currently"
  3. echo "inserted in any drives..... "
  4. ask "Proceed (Y/N)?"
  5. if warn
  6.      copy INTLDICT:#?.udict to DOCTOOLS:
  7.      assign INTLDICT: remove
  8.      delete all ram:doctools
  9.      echo "User Dictionary copied back to disk."
  10. endif
  11. echo "exiting..."
  12.  
  13.